home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / WEBCHILL / WEB10.DCR / 00072.ls < prev    next >
Encoding:
Text File  |  1996-07-19  |  411 b   |  24 lines

  1. on sel12
  2.   global bore, sel, t1, drums
  3.   set bore to bore + 1
  4.   borecheck()
  5.   set sel to 12
  6.   if drums = 0 then
  7.     puppetSound(1, 0)
  8.     puppetSound(1, 86)
  9.     set drums to 1
  10.   end if
  11.   if t1 = 2 then
  12.     puppetSound(4, 0)
  13.     puppetSound(3, 0)
  14.     puppetSound(3, 38)
  15.     set t1 to 3
  16.   else
  17.     puppetSound(4, 0)
  18.     puppetSound(3, 0)
  19.     puppetSound(4, 40)
  20.     puppetSound(3, 51)
  21.     set t1 to 2
  22.   end if
  23. end
  24.